home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / renegade / creatags.zip / CREATAGS.DOC < prev    next >
Text File  |  1994-06-19  |  3KB  |  87 lines

  1. Creative Tags v1.0ß by Nightfalcon
  2.  
  3. Purpose
  4.   To give callers a chance to add taglines to the bottom of their msgs
  5.   if they wish.  Or even for you to run and get some taglines.  The good
  6.   part bout this program is I wrote it so you can specify any plain ascii
  7.   file (with no spaces inbetween lines) and it will make a bulletin.
  8.  
  9. Registeration
  10.   Yea right, this is FREEWARE.
  11.  
  12. Using
  13.   When you run creatags.exe it will look for the config file.  If it doesn't
  14.   find one, it will prompt you for the info at the time.  Make sure if you
  15.   don't use the trek taglines file I included that the file you choose in
  16.   in the directory when starting.  It will look for it and try to run.
  17.   If you ever get to the bottom of the data file, it will automatically go
  18.   back to the top, you can add anything you wish to the file, it will except
  19.   it.
  20.  
  21.   Colors
  22.    In the setup it asks which color to use.  You can use 1-9 or R for random.
  23.    This will only change the color of the tagline itself.
  24.  
  25.   Pausing
  26.    You can also change the pause prompt if you wish, I designed this to run
  27.    on a Renegade system 12-25+ but it will work on any.
  28.  
  29.   Path
  30.    Make sure you put a trailing backslash on the path, it does REQUIRE it.
  31.  
  32. NOTE
  33.   This is NOT a door, the callers will not see it's operation.  Setup a menu
  34.   like this.
  35.   
  36.   Menu filename: MESSAGE
  37.   Command #1 of 24
  38.  
  39.   1. Long descript :(T)ag Lines - View Tag Lines
  40.   2. Short descript:(T)ag Lines
  41.   3. Menu keys     :T
  42.   4. ACS required  :""
  43.   5. Cmdkeys       :D-
  44.   6. Options       :creatags.bat
  45.      Flags         :N
  46.      Q. Quit
  47.  
  48.      Edit menu (?=help):
  49.  
  50.   Menu filename: MESSAGE
  51.   Command #2 of 24
  52.  
  53.   1. Long descript :
  54.   2. Short descript:
  55.   3. Menu keys     :T
  56.   4. ACS required  :""
  57.   5. Cmdkeys       :-F
  58.   6. Options       :tagline       <--- Whatever file you specify in cfg
  59.      Flags         :N
  60.      Q. Quit
  61.  
  62.      Edit menu (?=help):
  63.  
  64. CREATAGS.BAT
  65.   
  66.   @echo off
  67.   cd\renegade\tags
  68.   creatags
  69.   cd..
  70.  
  71. CREATAGS.CFG    ;This file will be created automatically when exe is run.
  72.  
  73. c:\renegade\misc\      ;Line 1 path to write file to
  74. logon1                 ;Line 2 name of file to create
  75. 0                      ;Line 3 color to make tagline (Random not available)
  76. Nightfalcon            ;Line 4 sysop name
  77. Vampyre Kingdom        ;Line 5 bbs name
  78.                        ;Line 6 Optional data file (blank for default)
  79. %lf%pa                 ;Line 7 pause string to use (blank is %pa)
  80.  
  81. Bullshit
  82.   If you have any comments or even just want to cuss me out.  You can call
  83.   my BBS: Vampyre Kingdom 4o4.294.5083 | 4o4.299.i545
  84.   
  85.   Oh, BTW, this is a ßETA, and the only thing I can guarantee, is that it
  86.   will waste space on your HD.
  87.